home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19950528-19950726 / 000096_news@columbia.edu_Fri Jun 9 15:40:51 1995.msg < prev    next >
Internet Message Format  |  2020-01-01  |  4KB

  1. Received: from apakabar.cc.columbia.edu by watsun.cc.columbia.edu with SMTP id AA15104
  2.   (5.65c+CU/IDA-1.4.4/HLK for <kermit.misc@watsun.cc.columbia.edu>); Fri, 9 Jun 1995 11:41:04 -0400
  3. Received: by apakabar.cc.columbia.edu id AA24751
  4.   (5.65c+CU/IDA-1.4.4/HLK for kermit.misc@watsun); Fri, 9 Jun 1995 11:41:00 -0400
  5. Path: news.columbia.edu!watsun.cc.columbia.edu!fdc
  6. From: fdc@watsun.cc.columbia.edu (Frank da Cruz)
  7. Newsgroups: comp.protocols.kermit.misc,
  8. Subject: Re: CONNECT question...
  9. Date: 9 Jun 1995 15:40:51 GMT
  10. Organization: Columbia University, New York City
  11. Lines: 67
  12. Message-Id: <3r9q23$o5a@apakabar.cc.columbia.edu>
  13. References: <3r7o9c$ohb@gozer.inri.com>
  14. Nntp-Posting-Host: watsun.cc.columbia.edu
  15. Apparently-To: kermit.misc@watsun.cc.columbia.edu
  16.  
  17. In article <3r7o9c$ohb@gozer.inri.com>, Josh J Fielek <jjf@inri.com> wrote:
  18. >Okay, folks, I have an oddball question. I am fairly new to kermit
  19. >scripts, and I am in the process of porting from one machine to
  20. >another a series of kermit scripts. I've come across a minor bugaboo.
  21. >
  22. No you haven't, you just haven't read the manual, which explains how
  23. script programming works.
  24.  
  25. >When issuing a connect over a TCP/IP connection, either through TELNET
  26. >or CONNECT, the login sequence from the target machine grabs command
  27. >of the terminal window and will control it until I force an escape
  28. >back to kermit. This mungs up the automatic nature of the login, and
  29. >essentially makes the script useless.
  30. >
  31. Because you are using the wrong commands.  If you had read the manual,
  32. you would know that the CONNECT command *connects* your keyboard and
  33. screen to the remote host, suspending executing of any script (command
  34. file or macro) until the CONNECT command terminates, i.e. until you
  35. escape back or the remote host breaks the connection.
  36.  
  37. Don't use CONNECT in a script program unless that's what you want.
  38. If you want your script program to interact with the remote host or
  39. service, omit the CONNECT command and use INPUT and OUTPUT commands
  40. instead.
  41.  
  42. Please read the manual before posting more questions like this.
  43. Thanks.
  44.  
  45.   Frank da Cruz and Christine M. Gianone, "Using C-Kermit", Digital Press /
  46.   Butterworth-Heinemann, Woburn, MA, 1993, 514 pages, ISBN 1-55558-108-0
  47.  
  48.   US single-copy price: $36.95; quantity discounts available.  Available in
  49.   computer bookstores or directly from Columbia University:
  50.  
  51.     Kermit Development and Distribution
  52.     Columbia University Academic Information Systems
  53.     612 West 115th Street
  54.     New York, NY  10025-7721
  55.     USA
  56.     Telephone: +1 212 854-3703
  57.     Fax:       +2 212 663-8202
  58.  
  59.   Domestic and overseas orders accepted.  Price: US $36.95 (US, Canada,
  60.   and Mexico), US $47 elsewhere.  Orders may be paid by MasterCard or
  61.   Visa, or prepaid by check in US dollars.  Add US $35 bank fee for checks
  62.   not drawn on a US bank.  Price includes shipping.  Do not include sales
  63.   tax.  Inquire about quantity discounts.
  64.  
  65.   You can also order by phone from the publisher, Digital Press /
  66.   Butterworth-Heinemann, with MasterCard, Visa, or American Express:
  67.  
  68.     +1 800 366-2665 (Woburn, Massachusetts office for USA & Canada)
  69.     +1 800 665-1148 (Logan Bros, Winnepeg, Manitoba office for Canada)
  70.     +44 1933 414414 (Rushden, England office for Europe)
  71.     +61 2 372-5511  (Chatswood, NSW office for Australia & New Zealand)
  72.     +65 220-3684    (Singapore office for Asia)
  73.     +27 031 294247  (Durban office for South Africa)
  74.  
  75.   A German-language edition is also available:
  76.  
  77.     Frank da Cruz and Christine M. Gianone, "C-Kermit - Einfuehrung und
  78.     Referenz", Verlag Heinz Heise, Hannover, Germany (1994).
  79.     ISBN 3-88229-023-4.  Deutsch von Gisbert W. Selke.  Price: DM 88,00.  
  80.     Verlag Heinz Heise GmbH & Co. KG, Helstorfer Strasse 7, D-30625 Hannover.
  81.     Tel. +49 (05 11) 53 52-0, Fax. +49 (05 11) 53 52-1 29.
  82.  
  83. - Frank